Skip to content

Conversation

@tarcieri
Copy link
Member

- run: cargo test --target ${{ matrix.target }} --release --all-features
- env: RUSTC_BOOTSTRAP=1
run: cargo build --target ${{ matrix.target }} --benches
- run: cargo +nightly build --target ${{ matrix.target }} --benches
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, doesn't like this when doing a 32-bit target, since the nightly target hasn't been added:

error[E0463]: can't find crate for `core`
  |
  = note: the `i686-unknown-linux-gnu` target may not be installed
  = help: consider downloading the target with `rustup target add i686-unknown-linux-gnu`
  = help: consider building the standard library from source with `cargo build -Zbuild-std`

Seems like perhaps it should just be moved to its own job (it's not really a "test" anyway)

@tarcieri tarcieri merged commit a3bb174 into master Jul 31, 2025
14 checks passed
@tarcieri tarcieri deleted the ci/fix-belt-dwp branch July 31, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants